3.537 \(\int \frac{x^2}{1+2 x^2+x^4} \, dx\)

Optimal. Leaf size=19 \[ \frac{1}{2} \tan ^{-1}(x)-\frac{x}{2 \left (x^2+1\right )} \]

[Out]

-x/(2*(1 + x^2)) + ArcTan[x]/2

________________________________________________________________________________________

Rubi [A]  time = 0.0048065, antiderivative size = 19, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 3, integrand size = 16, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.188, Rules used = {28, 288, 203} \[ \frac{1}{2} \tan ^{-1}(x)-\frac{x}{2 \left (x^2+1\right )} \]

Antiderivative was successfully verified.

[In]

Int[x^2/(1 + 2*x^2 + x^4),x]

[Out]

-x/(2*(1 + x^2)) + ArcTan[x]/2

Rule 28

Int[(u_.)*((a_) + (c_.)*(x_)^(n2_.) + (b_.)*(x_)^(n_))^(p_.), x_Symbol] :> Dist[1/c^p, Int[u*(b/2 + c*x^n)^(2*
p), x], x] /; FreeQ[{a, b, c, n}, x] && EqQ[n2, 2*n] && EqQ[b^2 - 4*a*c, 0] && IntegerQ[p]

Rule 288

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(c^(n - 1)*(c*x)^(m - n + 1)*(a + b*x^
n)^(p + 1))/(b*n*(p + 1)), x] - Dist[(c^n*(m - n + 1))/(b*n*(p + 1)), Int[(c*x)^(m - n)*(a + b*x^n)^(p + 1), x
], x] /; FreeQ[{a, b, c}, x] && IGtQ[n, 0] && LtQ[p, -1] && GtQ[m + 1, n] &&  !ILtQ[(m + n*(p + 1) + 1)/n, 0]
&& IntBinomialQ[a, b, c, n, m, p, x]

Rule 203

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTan[(Rt[b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[b, 2]), x] /;
 FreeQ[{a, b}, x] && PosQ[a/b] && (GtQ[a, 0] || GtQ[b, 0])

Rubi steps

\begin{align*} \int \frac{x^2}{1+2 x^2+x^4} \, dx &=\int \frac{x^2}{\left (1+x^2\right )^2} \, dx\\ &=-\frac{x}{2 \left (1+x^2\right )}+\frac{1}{2} \int \frac{1}{1+x^2} \, dx\\ &=-\frac{x}{2 \left (1+x^2\right )}+\frac{1}{2} \tan ^{-1}(x)\\ \end{align*}

Mathematica [A]  time = 0.0072601, size = 19, normalized size = 1. \[ \frac{1}{2} \tan ^{-1}(x)-\frac{x}{2 \left (x^2+1\right )} \]

Antiderivative was successfully verified.

[In]

Integrate[x^2/(1 + 2*x^2 + x^4),x]

[Out]

-x/(2*(1 + x^2)) + ArcTan[x]/2

________________________________________________________________________________________

Maple [A]  time = 0.047, size = 16, normalized size = 0.8 \begin{align*} -{\frac{x}{2\,{x}^{2}+2}}+{\frac{\arctan \left ( x \right ) }{2}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^2/(x^4+2*x^2+1),x)

[Out]

-1/2*x/(x^2+1)+1/2*arctan(x)

________________________________________________________________________________________

Maxima [A]  time = 1.49993, size = 20, normalized size = 1.05 \begin{align*} -\frac{x}{2 \,{\left (x^{2} + 1\right )}} + \frac{1}{2} \, \arctan \left (x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2/(x^4+2*x^2+1),x, algorithm="maxima")

[Out]

-1/2*x/(x^2 + 1) + 1/2*arctan(x)

________________________________________________________________________________________

Fricas [A]  time = 1.43236, size = 55, normalized size = 2.89 \begin{align*} \frac{{\left (x^{2} + 1\right )} \arctan \left (x\right ) - x}{2 \,{\left (x^{2} + 1\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2/(x^4+2*x^2+1),x, algorithm="fricas")

[Out]

1/2*((x^2 + 1)*arctan(x) - x)/(x^2 + 1)

________________________________________________________________________________________

Sympy [A]  time = 0.096133, size = 12, normalized size = 0.63 \begin{align*} - \frac{x}{2 x^{2} + 2} + \frac{\operatorname{atan}{\left (x \right )}}{2} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**2/(x**4+2*x**2+1),x)

[Out]

-x/(2*x**2 + 2) + atan(x)/2

________________________________________________________________________________________

Giac [A]  time = 1.13518, size = 20, normalized size = 1.05 \begin{align*} -\frac{x}{2 \,{\left (x^{2} + 1\right )}} + \frac{1}{2} \, \arctan \left (x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2/(x^4+2*x^2+1),x, algorithm="giac")

[Out]

-1/2*x/(x^2 + 1) + 1/2*arctan(x)